projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
689bb58
)
log a page break when start compiling
author
Andrea Corallo
<akrl@sdf.org>
Sun, 20 Oct 2019 08:40:28 +0000
(10:40 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:57 +0000
(11:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index a0ff122362648ed44f10b3fab21c92f34f10c0bb..fe3c1dde93e08f34f31a22a43786a3ebf805a3c3 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1690,6
+1690,7
@@
If INPUT is a string, use it as the file path to be native compiled."
:output (if (symbolp input)
(symbol-name input)
(file-name-sans-extension (expand-file-name input))))))
+ (comp-log "\n
\f
\n")
(mapc (lambda (pass)
(comp-log (format "Running pass %s:\n" pass))
(setq data (funcall pass data)))